home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Frameworks / TransSkel 3.24 / Source / Dialog Item Stuff / SkelToggleDlogCtlValue.c < prev   
Text File  |  1996-01-17  |  242b  |  14 lines

  1. /*
  2.  * Toggle value of control associated with a dialog item,
  3.  * return resulting value.
  4.  */
  5.  
  6. # include    "TransSkel.h"
  7.  
  8.  
  9. pascal short
  10. SkelToggleDlogCtlValue (DialogPtr d, short item)
  11. {
  12.     return (SkelToggleCtlValue (SkelGetDlogCtl (d, item)));
  13. }
  14.